feat: daily community content push bot (Feishu CN + Discord EN)#1141
feat: daily community content push bot (Feishu CN + Discord EN)#1141
Conversation
- daily-content-bot.mjs: LLM-powered bilingual content generation - Feishu cards in Chinese, Discord embeds in English - Sources: HackerNews API + Follow Builders + GitHub API - Themes: tech-news, tech-eco, ai-products, weekly, weekend - community-content-push.yml: 5 cron schedules + workflow_dispatch - 9:00 tech news, 12:00 tech ecosystem, 20:00 AI products (weekdays) - 18:00 Friday weekly digest, 10:00 weekend pick Made-with: Cursor
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 194841c496
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
lefarcen
left a comment
There was a problem hiding this comment.
Hey @Celina-create! 🎉
Wow, what an impressive PR for a daily community content push bot—automated bilingual tech updates for Feishu CN + Discord EN is exactly the kind of community-building automation we love! 🙌 The LLM-powered content generation with theme-specific prompts and polished interactive cards/embeds shows thoughtful design.
A few quick thoughts:
- Great use of sparse-checkout and proper secret handling via GitHub secrets
- Comprehensive theme configs and cron schedules covering full week
- Robust error handling with timeouts and fallbacks
This looks excellent overall. We'll review promptly (target: 24h). Questions or updates? Push here!
Join communities:
- Feishu: https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=90emc2e9-86cd-4723-b455-ca41b70f162d
- Discord: https://discord.gg/nexu
Thanks for making Nexu better!
Nexu Team
- Use optional chain (s?.title) instead of s && s.title - Export fetchNexuIssues to avoid unused-variable error - Auto-format long lines per biome rules Made-with: Cursor
Made-with: Cursor
- developer-notify.test.ts: split long toContain/stringContaining lines - skillhub-custom-import.test.ts: prefix unused param with underscore Made-with: Cursor
Made-with: Cursor
Summary
scripts/notify/daily-content-bot.mjs— LLM-powered bilingual content botcommunity-content-push.yml— 5 cron schedules + manual triggerContent sources
Secrets required
COMMUNITY_CONTENT_FEISHU_WEBHOOK✅COMMUNITY_CONTENT_DISCORD_WEBHOOK✅LITELLM_API_KEY✅LITELLM_ENDPOINT✅Test plan
Made with Cursor